@charset "utf-8";
/*color codes
 gold: #dbb376
 dark brown: #564f42
*/
.modal-xl{
	max-width: 1140px;
	}

html {
	min-height: 100%;
}
body {
    margin-top: -20px;
    /*background-color: #212121;*/
		/*background: linear-gradient(to right, #1e1e1e, #454545, #1e1e1e);*/
    font-family: 'Raleway', sans-serif;
    height: 100%;
	width: 100%;
	line-height: normal;
}

h6 {
    font-size: 1.25rem;
}

.color{
	color: #dbb376;
}

.homebg {
	background-color: #1e1e1e;
}

.allbg {
	background: linear-gradient(to right, #1e1e1e, #454545, #1e1e1e) !important;
}

.darkbg {
	padding-top: 40px;
	background-color: #1e1e1e !important;
}

.default {cursor: default;}



/*button section*/
.btn-outline-warning2{
	border-width: 5px 5px 5px 5px;
	border-color: #dbb376;
  color: white;
	font-family: 'Raleway';
	font-weight: 900px;
  padding: 15px 10em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}




/*
.resbg {
	position: relative;
	padding-top: 45px;
	z-index: 1;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../image/bigWallWeb7.jpg");
	background-size: 100% auto;
	/*background-position: center;*/
	/*background-repeat: no-repeat;*/
    /*background-attachment: scroll;*/
  /*background-size: cover;*/

/*}*/

/*full background webpage*/
/*#bg {
  position: absolute;
  top: 0%;
  left: -50%;
  width: 200%;
	z-index: -1;
  height: 200%;
}
#bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
	z-index: -1;
  min-height: 50%;
}
*/

p, h2, h3, input{
	color: white;
}

div input{
	color: white;
}

.image_pos{
  position: absolute;
  opacity: 0;
  transition: .5s ease;
}
.mg_button{
	margin: 2em;
}

.container_button:hover .image_pos {
  opacity: 1;
}
.navcontentgap {
  margin-top: 80px;
	margin-botton: 50px;
}

.navcontentgap2 {
  margin-top: 50px;
	margin-botton: 50px;
}

.bannerborder {
	border-bottom: 6px solid #a2865b;
}

.temptextcolor {
    color: white;
    text-align: center;
}
.temptextcolorconnect {
    color: white;
		font-size: 20px;
}
#imagecenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn-primary {
	text-align: center;
    color: #fff;
    background-color: #564f42;
    border-color: #4D4327;
}

.btn-primary:hover {
    color: #fff;
    background-color: #dbb376;
    border-color: #4D4327;
}

.infobtnwidth {
    margin: auto;
    width: 76%;
}


/* BREADCRUMB -----------------------------------------------------------------------------*/
.breadcrumb {
	background-color: transparent;
}

li.breadcrumb-item {
	padding: 0;
}

/* HOME CONTENT ---------------------------------------------------------------------------*/
.bannerbox{
  position: relative;
}

.homemainsplash {
/* Full height */
}

.homesplash {
	margin-top: 80px;
}

@media (max-width: 768px) {
.homesplash {
	margin-top: 100px;
}
}

.img-titles{
  position: absolute;
  color: #fff;
  text-align: center;
  left: 0;
  right: 0;
  top: 10%;
  letter-spacing: 3px;
  width: 100%;
  padding-right: 20px;
}

.homesplashes {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.homesplashecontent {
	color: white;
  box-shadow:inset 0px 0px 0px 6px #ffb65e;
	margin: auto auto 10px auto;
	padding: auto;
}
.card-text:last-child {
	margin-bottom: 0px;
}
.card-text:last-child.homebuttons {
	margin-bottom: 20px;
}
.homebuttons {
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	color: white;
	padding: 10px 0;
	border: 2px solid #a2865b;
	border-radius: 5px;
}

.homebuttons:hover {
	background-color: #564f42;
	border-color: #a2865b;
	font-weight: bold;
}

.homesubcontent {
    color: white;
    display: block;
    /*background-color: rgba(51, 51, 51, 0.33)!important;*/
    list-style: none;
    line-height: 2em;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-in;

    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
}
.homemaincontent .homesubcontent {
    max-height: 250px;
	transition: 0.5s ease-in;
	/*background-color: rgba(51, 51, 51, 0.33)!important;*/
	height: -webkit-fill-available;
    /*display: block;*/
}

.subcontent {
    color: white;
    display: none;
    /*background-color: rgba(51, 51, 51, 0.33)!important;*/
    list-style: none;
    line-height: 2em;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-in;

	border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
}
.maincontent:hover .subcontent {
    max-height: 300px;
		display: block;
    /*display: block;*/
}

/*
.maincontent:hover .subcontent {
    max-height: 300px;
    display: block;
    margin-bottom: 10px;
}
*/

.deptcontentimg {
	height: 60%;
	width: auto;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
}


/* Cyderian custom highlight Colour on text */
::selection {
  background: rgb(162, 134, 91, 0.9); /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: rgb(162, 134, 91, 0.9); /* Gecko Browsers */
}
/*
.dropdownmain {
    position: relative;
    display: inline-block;
}

.dropdowncontent {
    display: none;
    position: absolute;
    background-color: #000000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdownmain:hover .dropdowncontent {
    display: block;
}
*/



.comingsoon {
	display: block;
	margin-top: 50%;
}

/* footer start */
.footer {
	padding-top: 10px;
   left: 0;
   bottom: 0;
   width: 100%;
}

footer {
    text-align: center;
    background-color: #222223;
    color: white;
    padding: 25px 0;
    right: 0;
    bottom: 0;
    left: 0;
}
footer span.copyright {
    font-size: 90%;
    line-height: 40px;
    text-transform: none;
    font-family: 'Raleway';
}
footer ul.quicklinks {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'Raleway';
}
ul.quicklinks li a {
    color: white;
}
ul.quicklinks li a:active, ul.quicklinks li a:focus, ul.quicklinks li a:hover {
    color: #dbb376;
}
ul.social-buttons {
    margin-bottom: 0
}
ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    color: #fff;
    border-radius: 100%;
    outline: 0;
    background-color: #564f42;
}
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
    background-color: #dbb376;
}
/* footer end */

@media (min-width: 992px) {
body {
    padding-top: 56px;
}
}

.bg-image-full {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* ================================================================================== */
																/* Searchfunction */
																 /* of category */
/* ================================================================================== */
/* FOR FILTER ------------------------------------------------------------------------ */
.filter-position {
  padding: 0px 0px 5px 5px;
	color: white;
	position: relative;

}

.SortbuttonPosition{
	/*left: 22%;*/
}

.filterShowText{/* to hide other text filter from showing all together at once */
  text-align: left;
  display: none;
	top: 30px;
}

.filterActiveText{
  font-size: 20px;
  color: #a2865b;
  -webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.filterActiveText:hover{
  cursor: default;
  -webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/* change style of filter button in small screen */
  .filter-button{
    background-color: rgba(55, 55, 55, 0.95)!important;
    border: none;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 1px 1px;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 10px;
  }

  .filter-button:hover{
    background-color: #a2865b!important;
    border: 1px;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 1px 1px;
    cursor: pointer;
    margin-bottom: 10px;
  }

.btn-default:active .filter-button:active
{
    color:  #dbb376;
}




/* ================================================================================== */
																 /* end of category */
/* ================================================================================== */


/* ================================================================================== */
																 /* navbvar */
/* ================================================================================== */

.bgcustom {
    background-color: rgba(0, 0, 0, 0.95)!important;
    padding: 0!important; /*hover would follow the size of the nav bar*/
}
#navcolor {
    background-color: rgba(0, 0, 0, 1)!important;
}

#navshrink {
    line-height: 90px;
    transition: 0.4s;
}
nav {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.navbar-dark {
	background-color: rgba(14,14,14, 0.95)!important;
}

.navbar-brand{
	padding: 0;
}

nav li {
    padding-left: 2em;
		padding-right: 2em;
}

nav ul li ul li {
	padding: 0;
}

nav .navbar-nav li:hover {
    background-color: #292929;
    color: white;
}

/* Gold color active*/
nav .navbar-nav li.active {
    background-color: #a2865b;
}
.Loginplacement {
	margin-left: 3em;
}

.logocorner{
	top: 22px;
	margin-left: -31px;
	margin-right: -5em;
	position: relative;
}
.navshrinking{
	margin-top: -55px;
}

nav ul li ul .dropdown-menu{
	padding: 0!important;
	margin: 0!important;
}

nav ul li .dropdown-menu a {
    color: white;
		z-index: 100;
    line-height: 0px;
		padding: 1.25rem !important;
}

nav ul li .dropdown-menu a:hover {
    background-color: #a2865b;
    color: white;
}

nav .dropdown-menu  {
  background-color: rgba(14,14,14, 0.95)!important;
	margin: 0!important;
}
/* end of navbvar */

/* Enquiry section*/
.shortLineLeft {
	width: 50%;
}

/* end navbvar main */
/*Responsive full background webpage*/
/*
@media only screen and (max-width: 600px){

	.resbg {
		position: relative;
		z-index: 1;
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		background-image: url("../image/bigWallWeb7.jpg");
		width: 100%;
		height: 100%;
		background-position: center;
		background-repeat: no-repeat;
	  background-size: cover;
	}

}
*/


/* navbvar responsive and content*/

@media (min-width: 768px) { /* navbvar dropdown menu*/

}

@media only screen and (max-width: 1920px) {
/* large Screen desktop */
}

@media only screen and (max-width: 1700px) {
/* large Screen desktop */
}

@media only screen and (max-width: 1500px) {
/* large Screen desktop */
}

@media only screen and (max-width: 1200px) {
/* large Screen desktop */


.filter-position {
	padding-top: 10px;
	color: white;
	position: relative;

}
.Loginplacement {
	margin-left: 3em;
}

.logocorner{
	top: 30px;
	margin-left: 0px;
	margin-right: -4em;
	position: relative;
}
nav {
padding-left: 0!important;
padding-right: 0!important;
}
nav .navbar-nav li {
	padding: 1px!important;
	text-align: left;
	display: block;
	line-height: 3em; /*height for nav links in small screensize*/
}
nav .navbar-nav a {
	padding-left: 30px!important;
	padding-right: 0!important;
	padding-top: 0.5em!important;
	padding-bottom: 0.5em!important;
	text-align: left;
	display: block;
	line-height: 3em; /*height for nav links in small screensize*/
}
nav .navbar-nav li:hover {
	background-color: #292929;
	color: white;
}
nav .navbar-nav li.active {
	background-color: #a2865b;
	color: white;
}
nav .collapse .dropdown-menu a {
	text-align: left;
	position: relative;
	padding-left: 30px!important;
	background: none;
	border: none;
	display: block;
	color: white;
	padding: 1em;
	line-height: 0px;
}
nav .dropdown-menu a:hover {
	background-color: #292929;
	color: white;
}
nav .dropdown-menu {
	background-color: rgba(0, 0, 0, 0.7)!important;
}

/* the sign for submenu in mobile version + and - */
.navbar-nav.sm-collapsible .sub-arrow {
top: 50%;
right: 0px;
margin: -0.7em 0.5em 0 0;
border: 0px solid rgba(0, 0, 0, .1);
/* padding: 0; */
height: 1.4em;
font-size: 1.25rem;
line-height: 1.2em;
text-align: center;
}
.navbar-nav.sm-collapsible .sub-arrow:hover {
color: #a2865b;
}
nav .dropdown-menu :hover {
	background-color: #a2865b!important;
	color: white;
}
nav .dropdown-menu {
	background-color: rgba(0, 0, 0, 0.7)!important;
}
}

@media only screen and (max-width: 991px) {


	.filter-position {
	  padding-top: 10px;
		color: white;
		position: relative;

	}
	.Loginplacement {
		margin-left: 3em;
	}

	.logocorner{
		top: 30px;
		margin-left: 0px;
		margin-right: -4em;
		position: relative;
	}
nav {
	padding-left: 0!important;
	padding-right: 0!important;
}
nav .navbar-nav li {
    padding: 1px!important;
    text-align: left;
    display: block;
    line-height: 3em; /*height for nav links in small screensize*/
}
nav .navbar-nav a {
		padding-left: 30px!important;
		padding-right: 0!important;
		padding-top: 0.5em!important;
		padding-bottom: 0.5em!important;
    text-align: left;
    display: block;
    line-height: 3em; /*height for nav links in small screensize*/
}
nav .navbar-nav li:hover {
    background-color: #292929;
    color: white;
}
nav .navbar-nav li.active {
    background-color: #a2865b;
    color: white;
}
nav .collapse .dropdown-menu a {
    text-align: left;
    position: relative;
		padding-left: 30px!important;
    background: none;
    border: none;
    display: block;
    color: white;
    padding: 1em;
    line-height: 0px;
}
nav .dropdown-menu a:hover {
    background-color: #292929;
    color: white;
}
nav .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.7)!important;
}

/* the sign for submenu in mobile version + and - */
.navbar-nav.sm-collapsible .sub-arrow {
	top: 50%;
	right: 0px;
	margin: -0.7em 0.5em 0 0;
	border: 0px solid rgba(0, 0, 0, .1);
	/* padding: 0; */
	height: 1.4em;
	font-size: 1.25rem;
	line-height: 1.2em;
	text-align: center;
}
.navbar-nav.sm-collapsible .sub-arrow:hover {
	color: #a2865b;
}
nav .dropdown-menu :hover {
    background-color: #a2865b!important;
    color: white;
}
nav .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.7)!important;
}
}

@media only screen and (max-width: 1024px){

	/*content for index responsiveness*/

	.btn-outline-warning2{
		border-width: 5px 5px 5px 5px;
	  padding: 8px 5em;
	  display: inline-block;
	  font-size: 16px;
	}
	.enthome1 {
		font-size: calc(10px + 3vw);
	}
	.enthome2 {
		font-size: calc(10px + 3vw);
	}
	.enthome3 {
		opacity: 0;
	}
	.enthomebutton {
		size: 50%;
		margin-top: -15%;
	}

	.deshome1 {
		font-size: calc(10px + 3vw);
	}
	.deshome2 {
		font-size: calc(10px + 3vw);
	}
	.deshome3 {
		opacity: 0;
	}
	.deshomebutton {
		margin-top: -10%;
	}

	.sofhome1 {
		font-size: calc(10px + 3vw);
	}
	.sofhome2 {
		font-size: calc(10px + 3vw);
	}
	.sofhome3 {
		opacity: 0;
	}
	.sofhomebutton {
		margin-top: -10%;
	}

	/*content for index responsiveness END*/
}

@media only screen and (max-width: 767px) and (orientation: portrait) {

	/*content for index responsiveness*/

	.btn-outline-warning2{
		border-width: 5px 5px 5px 5px;
	  padding: 8px 5em;
	  display: inline-block;
	  font-size: 16px;
	}
	.enthome1 {
		font-size: calc(10px + 3vw);
	}
	.enthome2 {
		font-size: calc(10px + 3vw);
	}
	.enthome3 {
		opacity: 0;
	}
	.enthomebutton {
		size: 50%;
		margin-top: -20%;
	}

	.deshome1 {
		font-size: calc(10px + 3vw);
	}
	.deshome2 {
		font-size: calc(10px + 3vw);
	}
	.deshome3 {
		opacity: 0;
	}
	.deshomebutton {
		margin-top: -20%;
	}

	.sofhome1 {
		font-size: calc(10px + 3vw);
	}
	.sofhome2 {
		font-size: calc(10px + 3vw);
	}
	.sofhome3 {
		opacity: 0;
	}
	.sofhomebutton {
		margin-top: -20%;
	}

	/*content for index responsiveness END*/

	.navcontentgap2 {
	  margin-top: 80px;
		margin-botton: 50px;
	}
/* portrait phones */
.filter-position {
  padding-top: 10px;
	color: white;
	position: relative;

}
.Loginplacement {
	margin-left: 3em;
}

.logocorner{
	top: 30px;
	margin-left: 0px;
	margin-right: -4em;
	position: relative;
}
nav {
	padding-left: 0!important;
	padding-right: 0!important;
}

nav ul li .dropdown-menu li{
	padding: 0.5em!important;
}

nav .navbar-nav a {
		padding-left: 25px!important;
		padding-right: 0!important;
		padding-top: 0.5em!important;
		padding-bottom: 0.5em!important;
    text-align: left;
    display: block;
    line-height: 3em; /*height for nav links in small screensize*/
}
nav .navbar-nav li:hover {
    background-color: #292929;
    color: white;
}

nav .navbar-nav li.active {
    background-color: #a2865b;
    color: white;
}
nav .collapse .dropdown-menu a {
    text-align: left;
    position: relative;
    background: none;
    border: none;
    display: block;
    color: white;
    padding: 5px!important;
		padding-left: 25px!important;
    line-height: 0px;
}

/* the sign for submenu in mobile version + and - */
.navbar-nav.sm-collapsible .sub-arrow {
	top: 50%;
	right: 0px;
	margin: -0.7em 0.5em 0 0;
	border: 0px solid rgba(0, 0, 0, .1);
	/* padding: 0; */
	height: 1.4em;
	font-size: 1.25rem;
	line-height: 1.2em;
	text-align: center;
}
.navbar-nav.sm-collapsible .sub-arrow:hover {
	color: #a2865b;
}
nav .dropdown-menu :hover {
    background-color: #a2865b!important;
    color: white;
}
nav .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.7)!important;
}
}



/*Article*/
sidemenu.affix-top, #sidemenu.affix {
  position: static;
}

#sidemenu.affix-bottom {
  position: relative;
}

  .btn-outline-warning2:hover{
    color: #dbb376;
  }


/*Responsive full background webpage*/
/*
@media only screen and (max-width: 600px){

	.resbg {
		position: relative;
		z-index: 1;
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		background-image: url("../image/bigWallWeb7.jpg");
		width: 100%;
		height: 100%;
		background-position: center;
		background-repeat: no-repeat;
	  background-size: cover;
	}

}
*/

@media only screen and (max-width: 1199px){
.shortLineLeft {
	margin-top: 2%;
    margin-left: 2%;
}
}

@media only screen and (max-width: 991px){
	.navcontentgap2 {
		margin-top: 80px;
		margin-botton: 50px;
	}
.shortLineLeft {
	margin-top: 6%;
    margin-left: 12%;
}
}

@media only screen and (max-width: 768px){
	.navcontentgap2 {
		margin-top: 80px;
		margin-botton: 50px;
	}
.shortLineLeft {
	margin-top: 2%;
    margin-left: 0%;
	opacity: 0;
}
}

@media only screen and (max-width: 700px){
	/*content for index responsiveness*/

	.btn-outline-warning2{
		border-width: 5px 5px 5px 5px;
		padding: 8px 5em;
		display: inline-block;
		font-size: 16px;
	}
	.enthome1 {
		font-size: calc(10px + 3vw);
	}
	.enthome2 {
		font-size: calc(10px + 3vw);
	}
	.enthome3 {
		opacity: 0;
	}
	.enthomebutton {
		size: 50%;
		margin-top: -20%;
	}

	.deshome1 {
		font-size: calc(10px + 3vw);
	}
	.deshome2 {
		font-size: calc(10px + 3vw);
	}
	.deshome3 {
		opacity: 0;
	}
	.deshomebutton {
		margin-top: -20%;
	}

	.sofhome1 {
		font-size: calc(10px + 3vw);
	}
	.sofhome2 {
		font-size: calc(10px + 3vw);
	}
	.sofhome3 {
		opacity: 0;
	}
	.sofhomebutton {
		margin-top: -20%;
	}

.shortLineLeft {
	margin-top: 6%;
    margin-left: 14%;
	opacity: 0;
}
}

@media only screen and (max-width: 600px){
	/*content for index responsiveness*/

	.btn-outline-warning2{
		border-width: 5px 5px 5px 5px;
		padding: 8px 5em;
		display: inline-block;
		font-size: 8px;
	}
	.enthome1 {
		font-size: calc(10px + 3vw);
	}
	.enthome2 {
		font-size: calc(10px + 3vw);
	}
	.enthome3 {
		opacity: 0;
	}
	.enthomebutton {
		size: 50%;
		margin-top: -40%;
	}

	.deshome1 {
		font-size: calc(10px + 3vw);
	}
	.deshome2 {
		font-size: calc(10px + 3vw);
	}
	.deshome3 {
		opacity: 0;
	}
	.deshomebutton {
		margin-top: -40%;
	}

	.sofhome1 {
		font-size: calc(10px + 3vw);
	}
	.sofhome2 {
		font-size: calc(10px + 3vw);
	}
	.sofhome3 {
		opacity: 0;
	}
	.sofhomebutton {
		margin-top: -20%;
	}

.shortLineLeft {
	margin-top: 6%;
    margin-left: 14%;
	opacity: 0;
}
}
@media only screen and (max-width: 489px){
	/*content for index responsiveness*/

	.btn-outline-warning2{
		border-width: 2px 2px 2px 2px;
		padding: 8px 5em;
		display: inline-block;
		font-size: 6px;
	}
	.enthome1 {
		font-size: calc(10px + 3vw);
	}
	.enthome2 {
		font-size: calc(10px + 3vw);
	}
	.enthome3 {
		opacity: 0;
	}
	.enthomebutton {
		size: 50%;
		margin-top: -50%;
	}

	.deshome1 {
		font-size: calc(10px + 3vw);
	}
	.deshome2 {
		font-size: calc(10px + 3vw);
	}
	.deshome3 {
		opacity: 0;
	}
	.deshomebutton {
		margin-top: -40%;
	}

	.sofhome1 {
		font-size: calc(10px + 3vw);
	}
	.sofhome2 {
		font-size: calc(10px + 3vw);
	}
	.sofhome3 {
		opacity: 0;
	}
	.sofhomebutton {
		margin-top: -35%;
	}

.shortLineLeft {
	margin-top: 6%;
    margin-left: 14%;
	opacity: 0;
}
}

@media only screen and (max-width: 360px){
	/*content for index responsiveness*/

	.btn-outline-warning2{
		border-width: 2px 2px 2px 2px;
		padding: 8px 5em;
		display: inline-block;
		font-size: 6px;
	}
	.enthome1 {
		font-size: calc(10px + 3vw);
	}
	.enthome2 {
		font-size: calc(10px + 3vw);
	}
	.enthome3 {
		opacity: 0;
	}
	.enthomebutton {
		size: 50%;
		margin-top: -120%;
	}

	.deshome1 {
		font-size: calc(10px + 3vw);
	}
	.deshome2 {
		font-size: calc(10px + 3vw);
	}
	.deshome3 {
		opacity: 0;
	}
	.deshomebutton {
		margin-top: -110%;
	}

	.sofhome1 {
		font-size: calc(10px + 3vw);
	}
	.sofhome2 {
		font-size: calc(10px + 3vw);
	}
	.sofhome3 {
		opacity: 0;
	}
	.sofhomebutton {
		margin-top: -70%;
	}

.shortLineLeft {
	margin-top: 6%;
    margin-left: 14%;
	opacity: 0;
}
}

@media only screen and (max-width: 300px){
	/*content for index responsiveness*/

	.btn-outline-warning2{
		border-width: 2px 2px 2px 2px;
		padding: 8px 5em;
		display: inline-block;
		font-size: 6px;
	}
	.enthome1 {
		font-size: calc(10px + 3vw);
	}
	.enthome2 {
		font-size: calc(10px + 3vw);
	}
	.enthome3 {
		opacity: 0;
	}
	.enthomebutton {
		size: 50%;
		margin-top: -170%;
	}

	.deshome1 {
		font-size: calc(10px + 3vw);
	}
	.deshome2 {
		font-size: calc(10px + 3vw);
	}
	.deshome3 {
		opacity: 0;
	}
	.deshomebutton {
		margin-top: -150%;
	}

	.sofhome1 {
		font-size: calc(10px + 3vw);
	}
	.sofhome2 {
		font-size: calc(10px + 3vw);
	}
	.sofhome3 {
		opacity: 0;
	}
	.sofhomebutton {
		margin-top: -90%;
	}

.shortLineLeft {
	margin-top: 6%;
    margin-left: 14%;
	opacity: 0;
}
}

/***************
Image Quick View
****************/
#imageQuickView {
    display: none;
    width: 100%;
    height: 100%;
    background: #333333;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
}
/*#imageQuickViewTable {
	display:table;
	width:100%;
	height:100%;
}*/
#imageQuickViewCell {
    /*display:inline-block;*/
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
}
#imageQuickView img {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.8);
    cursor: pointer;
}
#imageQuickView iframe {
    max-width: 80%;
    max-height: 80%;
    border: none;
}
#imageQuickView .caption {
    color: #FFFFFF;
    max-width: 640px;
    margin: 5px auto;
}

/**/
#panel, #flip {
    padding: 5px;
    text-align: center;
    background-color: #e5eecc;
    border: solid 1px #c3c3c3;
}

#panel {
    padding: 50px;
    display: none;
}
/*added by Jared*/
#limit{
 max-width: 500px;
}
/*added by Jared*/
#bgLimit{
max-width: 1920px;
}
/**/

.transitioncollapse {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*meet the team*/
.team{
}
.bgteam{
	background-color: rgb(112, 112, 112, 0.8);
}

.colorNameteam{
	padding-top: 10px;
	color: #ffffff;
}

.team .container{
	background-color: #484e59;
}

.marginteam{
	margin: 10px;
	background-color: #564f42;
}

.ion-minus{
    padding:0px 10px;
}

.teamcolorcard{
	padding: 10px;
}

.team h4, p {
    margin-top: 20px;
    color: #ffffff;
}

.team .fa{
    color: #dbb376;
    font-size: 18px;
    margin-top: 10px;
    padding: 3px;
}
.teamcardpadding{
	padding: 10px;
	border-style: solid;
	border-width: 5px;
	border-color: #dbb376;
}

/* connect side tab */

.pricing-nav a, .nav-tabs .nav-link {
  Text-align:center;
  color: white;
  margin-bottom: 5px;
  background-color: #1e1e1e;
  padding: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #dbb376;
  border-radius: 3px;
  transition: background-color 0.3s linear 0s, box-shadow 0.3s linear 0s;
}
.pricing-nav .nav-link.active {
border-color: white;
color: white;
font-weight: bold;
}
.pricing-nav a:hover,
.pricing-nav .nav-link.active  {
background-color: #a2865b;
font-weight: bold;
}
.pricing-title {
  font-size:30px;
  line-height:40px;
  display:block;

}
.pricing-sub-title {
  line-height:40px;
   display:block;
}

.nav-tabs {
	border-bottom: 0px;
}
/* connect side tab end */

.nav-link {
	margin: 5px;

}

.nav-pills .nav-link {
  padding: 20px;
  font-size: 20px;
  line-height: 30px;
  color: white;
  background-color: #1e1e1e;
  border-width: 1px;
  border-style: solid;
  border-color: #dbb376;
  border-radius: 3px;
}

.nav-pills .nav-link:hover {
	font-weight: bold;
	background-color: #a2865b;
	transition: background-color 0.3s linear 0s, box-shadow 0.3s linear 0s;
}

.nav-pills .nav-link.active {
	font-weight: bold;
	border-color: white;
	background-color: #a2865b;
}



/* accordion start */
.boxesmain{
	cursor: pointer;

}
.column {
  width: 33.33%;
  padding: 50px;
  text-align: center;
  font-size: 25px;
  cursor: pointer;
  color: white;
}

.containerTab {
  padding: 20px;
  color: white;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Closable button inside the container tab */
.closebtn {
  float: right;
  color: white;
  font-size: 35px;
  cursor: pointer;
}



/* SERVICE */
.servicecontent {
	border: 1px solid #a2865b !important;
	margin-bottom: 0px !important;
	background-color: #1e1e1e !important;
}



.table-responsive {
		display: table !important;
	}

@media only screen and (max-width: 375px) {
	.table-responsive {
		display: block !important;
	}
}

.tabletitle {
	color: #ffb65e !important;
	font-weight: bold !important;
}
.tablesub {
	color: #ffd966 !important;
	font-weight: bold !important;
}
td {
  text-align: center !important;
  vertical-align: middle !important;
}

caption {
	color: white !important;
	font-style: italic !important;
}
